PER
Class PERConstants

java.lang.Object
  extended byPER.PERConstants

public final class PERConstants
extends java.lang.Object

Contains constants relevant to the PER software as a whole, such as the current version number of the software and the file sytem path.


Field Summary
static java.lang.String filesystemPath
          The path of the PERFilesystem
static java.lang.String perPath
          The path to the PER package
static double VERSION
          The current version number of the PER software.
 
Constructor Summary
PERConstants()
          Creates a new instance of Version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final double VERSION
The current version number of the PER software.

See Also:
Constant Field Values

filesystemPath

public static final java.lang.String filesystemPath
The path of the PERFilesystem

See Also:
Constant Field Values

perPath

public static final java.lang.String perPath
The path to the PER package

See Also:
Constant Field Values
Constructor Detail

PERConstants

public PERConstants()
Creates a new instance of Version